From 1f3cd7c8e29616603aed15f76a372525ad7b08ee Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Tue, 4 Feb 2020 13:38:33 +0100 Subject: [PATCH] debian/rules: remove pkgconfig stuff These files are not present any more. Remove the obsolete lines that would place them somewhere. Signed-off-by: Hans van Kranenburg --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index 73232ca20e..23e74de211 100755 --- a/debian/rules +++ b/debian/rules @@ -220,10 +220,6 @@ override_dh_auto_install: $(TEMPLATED_FILES) $(MAKE) $(make_args_xen) DESTDIR=$t $(make_args_xen) \ -C tools/firmware install-shim : - @# pkgconfig files contain arch-specific paths so must - @# be in /usr/lib/, not /usr/share. - mv $t/usr/share/pkgconfig $t/usr/lib/$(DEB_HOST_MULTIARCH)/ - : @# Inexplicably, upstream puts the efi binares in usr/lib64 case $(flavour) in \ armhf) ;; \ -- 2.30.2